type runtime.mcentral
11 uses
runtime (current package)
mcentral.go#L21: type mcentral struct {
mcentral.go#L48: func (c *mcentral) init(spc spanClass) {
mcentral.go#L58: func (c *mcentral) partialUnswept(sweepgen uint32) *spanSet {
mcentral.go#L64: func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
mcentral.go#L70: func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
mcentral.go#L76: func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
mcentral.go#L81: func (c *mcentral) cacheSpan() *mspan {
mcentral.go#L196: func (c *mcentral) uncacheSpan(s *mspan) {
mcentral.go#L242: func (c *mcentral) grow() *mspan {
mheap.go#L198: mcentral mcentral
mheap.go#L199: pad [(cpu.CacheLinePadSize - unsafe.Sizeof(mcentral{})%cpu.CacheLinePadSize) % cpu.CacheLinePadSize]byte
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |